home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2005 Utilities
/
CHIP Utilities 2005.7z
/
CHIP Utilities 2005.iso
/
docs
/
freedos
/
www.cgsecurity.org
/
index.js
< prev
next >
Wrap
Text File
|
2003-08-26
|
438b
|
17 lines
if (self != top) {
top.location.href = self.location.href
}
cPage = location.search.substring(1,location.search.length)
if (cPage == '') {
cPage = 'main.html'
}
{
cFrame = '<HTML><HEAD></HEAD>'
cFrame += '<frameset border="false" frameborder="0" cols="175,*">'
cFrame += '<frame name="sommaire" src="menu.php">'
cFrame += '<FRAME name="principal" src="' + cPage + '">'
cFrame += '</FRAMESET>'
cFrame += '</HTML>'
document.write(cFrame)
}